名前 | 解説 | |
---|---|---|
CanFilter | Returns whether the collection view is able to filter the specified filterExpression. | |
CanRefresh | Determines whether the collection can be refreshed. | |
CanSort | Returns whether the collection view is able to sort the specified sortDescriptions. | |
FilterAsync | Filters the data using specified filterExpression. | |
GetItemType | Gets the type of the item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | |
IndexOf | Gets the index of the specified item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | |
LoadMoreItemsAsync | Loads more items. | |
MoveCurrentTo | Sets the specified item in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | |
MoveCurrentToFirst | Sets the first item in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | |
MoveCurrentToLast | Sets the last item in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | |
MoveCurrentToNext | Sets the item after the CurrentItem in the view as the CurrentItem. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | |
MoveCurrentToPosition | Sets the item at the specified index in the view as the current item. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | |
MoveCurrentToPrevious | Sets the item before the CurrentItem in the view as the CurrentItem. C1.CollectionView.C1CollectionViewBase<T>から継承されます。 | |
RefreshAsync | Removes the cached data and loads the whole collection from scratch. | |
SortAsync | Sorts the collection view according to the specified sort descriptions. |